home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / indeo / dgvpla / dgvplayr.def < prev    next >
Encoding:
Text File  |  1992-07-26  |  668 b   |  36 lines

  1. ;********************************************************************
  2. ;
  3. ;  PROGRAM: DGVPLAYR.DEF
  4. ;
  5. ;  PURPOSE: Sample Interactive Player Demonstration
  6. ;
  7. ;  RELEASE NOTES:
  8. ;     Version - 3/13/92
  9. ;
  10. ;  Copyright Intel Corp. 1990, 1992
  11. ;  All Rights Reserved
  12. ;
  13. ;********************************************************************
  14.  
  15. NAME        DGVPLAYR
  16.  
  17. DESCRIPTION 'Sample Interactive Player Application'
  18.  
  19. EXETYPE     WINDOWS
  20.  
  21. STUB        'WINSTUB.EXE'
  22.  
  23. CODE        PRELOAD MOVEABLE DISCARDABLE
  24.  
  25. DATA        PRELOAD MOVEABLE MULTIPLE
  26.  
  27. HEAPSIZE    2048
  28.  
  29. STACKSIZE   10240
  30.  
  31. EXPORTS
  32.    DVIWndProc
  33.    MainWndProc
  34.    DriverDlg
  35.    AboutDlg
  36.